type go/types.nodeQueue

7 uses

	go/types (current package)
		initorder.go#L21: 	pq := nodeQueue(dependencyGraph(check.objMap))
		initorder.go#L290: type nodeQueue []*graphNode
		initorder.go#L292: func (a nodeQueue) Len() int { return len(a) }
		initorder.go#L294: func (a nodeQueue) Swap(i, j int) {
		initorder.go#L300: func (a nodeQueue) Less(i, j int) bool {
		initorder.go#L307: func (a *nodeQueue) Push(x any) {
		initorder.go#L311: func (a *nodeQueue) Pop() any {